* {
    margin: 0;
    padding: 0;
    /* background: black; */
}
*::-webkit-scrollbar{
    width: 12px;
    overflow-x: hidden;
}
*::-webkit-scrollbar-track{
    border-radius: 10px;
    background: linear-gradient(#ffbf64,#fffefd,#70e445);
}
*::-webkit-scrollbar-thumb{
    background-color: lightblue;
    border-radius: 20px;
    border: 2px solid black;
}

.a {
    display: flex;
    flex-direction: column;
    top: 0%;
    justify-content: center;
    align-items: center;

}

.a h1 {
    font-size: 40px;
    color: aliceblue;
}

.a p {
    padding: 10px;
    font-size: 20px;
    color: aliceblue;
}

.a::before {
    content: "";
    top: 0%;
    left: 0%;
    background: url(img/hawa.jpg);
    position: absolute;
    background-size: cover;
    background-position: center;
    height: 70%;
    width: 100%;
    z-index: -1;
}

#hotels {
    margin-top: 440px;
    font-size: 50px;
    text-align: center;
    font-style: bold;


}

#cafes {
    margin-top: 40px;
    font-size: 50px;
    text-align: center;
    font-style: bold;


}

.main {
    display: flex;
}

.card {
    border: 1px solid black;
    margin-right: 50%;
    width: 28%;
    display: inline-block;
    box-shadow: 2px 2px 20px black;
    border-radius: 5px;
    margin: 2%;
    margin-top: 60px;
    overflow: hidden;
    background: url(lovepik-traditional-pattern-background-png-image_400450119_wh1200.png);
}

.image img {

    width: 420px;
    height: 420px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;

}

.title {

    text-align: center;
    padding: 10px;

}

h1 {
    font-size: 20px;
}

.des {
    padding: 3px;
    text-align: center;

    padding-top: 10px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

button {
    margin-top: 40px;
    margin-bottom: 10px;
    background-color: white;
    border: 1px solid black;
    border-radius: 5px;
    padding: 10px;
}

button:hover {
    background-color: black;
    color: white;
    transition: .5s;
    cursor: pointer;
}

h1 {
    text-align: center;
}

.main {
    display: flex;
    flex-direction: row;
}

/* @media screen and (max-width:1024px) {
    .hidden2 {
        flex-direction: column;
    }
    .hidden3 {
        flex-direction: column;
    }
    .card{
        transform: translateX(120%);
    }
} */

.card {
    margin-right: 50%;
    width: 28%;
    display: inline-block;
    box-shadow: 2px 2px 20px black;
    border-radius: 5px;
    margin: 2%;
    margin-top: 60px;
    /* overflow: hidden; */
    background: url(img/lovepik-traditional-pattern-background-png-image_400450119_wh1200.png);
}

.image img {

    width: 420px;
    height: 420px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.title {

    text-align: center;
    padding: 10px;

}

h1 {
    font-size: 20px;
}

.des {
    padding: 3px;
    text-align: center;
    padding-top: 10px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

button {
    margin-top: 40px;
    margin-bottom: 10px;
    background-color: white;
    border: 1px solid black;
    border-radius: 5px;
    padding: 10px;
}

button:hover {
    background-color: black;
    color: white;
    transition: .5s;
    cursor: pointer;
}

h1 {
    text-align: center;
}

/* .main #btn{
    position: absolute;
    right: 20px;
    margin-top: 650px;
   
}
.main #btn2{
    position: absolute;
    right: 10px;
    margin-top: 700px;
  
} */
/* .main #btn{
    position: absolute;
    text-align: center;
    margin-top: 700px;
    border: 2px solid black;
    width: 100%;
    border-radius: 20px;
    font-size: 1.5rem;
}
.main #btn:hover{
    background:#cccc;
} */
#btn {
    margin-top: 650px;
    position: absolute;
    /* padding: 10px; */
    transform: translateX(230%);
    padding: 10px;
    border-radius: 30px;
}

#btn2 {
    margin-top: 700px;
    position: absolute;
    padding: 10px;
    transform: translateX(230%);
    border-radius: 30px;
}

.footer #c {
    margin-top: 30px;
}

/* .footer #a {
    position: absolute;
    right: 0;
    margin-bottom: 30px;
    
} */

.footer::before {
    content: "";
    top: 0%;
    left: 0%;
    background: url(./img/lovepik-traditional-pattern-background-png-image_400450119_wh1200.png);
    position: absolute;
    background-size: cover;
    background-position: center;
    height: 170px;
    width: 100%;
    z-index: -1;
    margin-top: 2210px;
}

.topnav {
    overflow: hidden;
    background:linear-gradient(#ffbf64,#fffefd,#70e445);
    margin-top: 100px;
  }
  
  .topnav a {
    float: left;
    display: block;
    color: blue;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  
  .topnav a.active {
    background-color: #04AA6D;
    color: blue;
  }
  
  .topnav .icon {
    display: none;
  }
  
  @media screen and (max-width: 1024px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
    }
  }
  
  @media screen and (max-width:1024px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
  }